From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 14:05:38 +0000 (+0200) Subject: * info-look.el (info-lookup-add-help): Clarify that ARGS is a list X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3173 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2768c63a653e94d36b7b006dc7691a29fccfdcaf;p=emacs.git * info-look.el (info-lookup-add-help): Clarify that ARGS is a list of keyword/argument pairs (bug#6904). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85428823cd9..b88c99dfee4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-02 Lars Magne Ingebrigtsen + * info-look.el (info-lookup-add-help): Clarify that ARGS is a list + of keyword/argument pairs (bug#6904). + * replace.el (multi-occur): Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566). diff --git a/lisp/info-look.el b/lisp/info-look.el index 2cfaa81d4c7..13edc0269dd 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -127,9 +127,9 @@ OTHER-MODES is a list of cross references to other help modes.") (defun info-lookup-add-help (&rest arg) "Add or update a help specification. -Function arguments are one or more options of the form +Function arguments are specified as keyword/argument pairs: - KEYWORD ARGUMENT + \(KEYWORD . ARGUMENT) KEYWORD is either `:topic', `:mode', `:regexp', `:ignore-case', `:doc-spec', `:parse-rule', or `:other-modes'.